FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/immunization-encounter-class-vs

Packagefhir.nigeriaImmunization
Resource TypeValueSet
Idimmunization-encounter-class-vs
FHIR VersionR4
Sourcehttp://nhin.example.ng/https://build.fhir.org/ig/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ValueSet-immunization-encounter-class-vs.html
URLhttp://example.org/ValueSet/immunization-encounter-class-vs
Version0.1.0
Statusactive
Date2025-07-28T20:35:42+00:00
NameEncounterClassVS
TitleImmunization Encounter Class ValueSet
Realmus
Authorityhl7
DescriptionA ValueSet defining encounter types for immunization services in the Nigerian Electronic Immunization Registry (NEIR).

Resources that use this resource

StructureDefinition
NEIREncounterNEIREncounter

Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet immunization-encounter-class-vs

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    AMBAmbulatoryA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    HHHome HealthHealthcare encounter that takes place in the residence of the patient or a designee
    FLDFieldA patient encounter that takes place both outside a dedicated service delivery location and outside a patient's residence. Example locations might include an accident site and at a supermarket.
    VRVirtualA patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference.

Source

{
  "resourceType": "ValueSet",
  "id": "immunization-encounter-class-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/ValueSet/immunization-encounter-class-vs",
  "version": "0.1.0",
  "name": "EncounterClassVS",
  "title": "Immunization Encounter Class ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-07-28T20:35:42+00:00",
  "publisher": "intellisoftkenya.com",
  "contact": [
    {
      "name": "intellisoftkenya.com",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A ValueSet defining encounter types for immunization services in the Nigerian Electronic Immunization Registry (NEIR).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "AMB",
            "display": "Ambulatory"
          },
          {
            "code": "HH",
            "display": "Home Health"
          },
          {
            "code": "FLD",
            "display": "Field"
          },
          {
            "code": "VR",
            "display": "Virtual"
          }
        ]
      }
    ]
  }
}